[INFO] cloning repository https://github.com/ssahani/netevd
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ssahani/netevd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fssahani%2Fnetevd", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fssahani%2Fnetevd'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5674d4df786604d0c6e2aadaadd1c5510e0691b8
[INFO] fixing ssahani/netevd against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fssahani%2Fnetevd" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ssahani/netevd
[INFO] finished tweaking git repo https://github.com/ssahani/netevd
[INFO] tweaked toml for git repo https://github.com/ssahani/netevd written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ssahani/netevd on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ssahani/netevd already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3db1e22c90dd1e7ac318b0bca90c1a439b614d1e247fc07541ebbabe09c427bf
[INFO] running `Command { std: "docker" "start" "3db1e22c90dd1e7ac318b0bca90c1a439b614d1e247fc07541ebbabe09c427bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3db1e22c90dd1e7ac318b0bca90c1a439b614d1e247fc07541ebbabe09c427bf" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3db1e22c90dd1e7ac318b0bca90c1a439b614d1e247fc07541ebbabe09c427bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3db1e22c90dd1e7ac318b0bca90c1a439b614d1e247fc07541ebbabe09c427bf" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling endi v1.1.1
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking netlink-packet-core v0.8.1
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling protobuf v3.7.2
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking data-encoding v2.11.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]    Compiling signal-hook v0.4.4
[INFO] [stderr]    Compiling procfs v0.17.0
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking procfs-core v0.17.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]    Compiling prometheus v0.14.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking inotify v0.11.1
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking netlink-packet-route v0.30.0
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]     Checking http-range-header v0.4.2
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking configparser v1.0.0
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]     Checking ini v1.3.0
[INFO] [stderr]     Checking caps v0.5.6
[INFO] [stderr]     Checking ipnetwork v0.21.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling axum-macros v0.5.1
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking async-signal v0.2.14
[INFO] [stderr]     Checking protobuf-support v3.7.2
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tungstenite v0.29.0
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling zvariant_utils v3.3.1
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]    Compiling zvariant_derive v5.11.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking notify-types v2.1.0
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking notify v8.2.0
[INFO] [stderr]    Compiling zvariant v5.11.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking netlink-sys v0.8.8
[INFO] [stderr]     Checking tokio-tungstenite v0.29.0
[INFO] [stderr]     Checking signal-hook-tokio v0.4.0
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking netlink-proto v0.12.0
[INFO] [stderr]     Checking rtnetlink v0.21.0
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking zbus_names v4.3.2
[INFO] [stderr]    Compiling zbus_macros v5.15.0
[INFO] [stderr]     Checking zbus v5.15.0
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking netevd v0.2.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/network/routing_rule.rs (1 fix)
[INFO] [stderr]        Fixed src/listeners/networkd/dbus.rs (1 fix)
[INFO] [stderr]        Fixed src/listeners/dhclient/mod.rs (4 fixes)
[INFO] [stderr]        Fixed src/network/watcher.rs (1 fix)
[INFO] [stderr]        Fixed src/network/route.rs (2 fixes)
[INFO] [stderr]        Fixed src/listeners/networkmanager/dbus.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/dhclient/mod.rs:170:19
[INFO] [stdout]     |
[INFO] [stdout] 156 |             let state_read = state.read().await;
[INFO] [stdout]     |                 ----------   ------------------
[INFO] [stdout]     |                 |            |            |
[INFO] [stdout]     |                 |            |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                 |            |            `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 |            `__awaitee` calls a custom destructor
[INFO] [stdout]     |                 |            `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 `state_read` calls a custom destructor
[INFO] [stdout]     |                 `state_read` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 170 |             match resolved::set_link_dns(ifindex, lease.dns_servers.clone()).await { Err(e) => {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----       -
[INFO] [stdout]     |                   |                                                          |           |
[INFO] [stdout]     |                   |                                                          |           `e` calls a custom destructor
[INFO] [stdout]     |                   |                                                          |           `e` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   |                                                          this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                   |                                                          up until Edition 2021 `#14` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |                                                          this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |                                                          `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                   up until Edition 2021 `#13` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 175 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 181 |                 match resolved::set_link_domains(ifindex, domains).await { Err(e) => {
[INFO] [stdout]     |                       --------------------------------------------------       -
[INFO] [stdout]     |                       |                                            |           |
[INFO] [stdout]     |                       |                                            |           this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                       |                                            |           `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       |                                            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                       |                                            `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                       `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 193 |                     match hostnamed::set_static_hostname(hostname).await { Err(e) => {
[INFO] [stdout]     |                           ----------------------------------------------       -
[INFO] [stdout]     |                           |                                        |           |
[INFO] [stdout]     |                           |                                        |           this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                           |                                        |           `#9` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           |                                        this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                           |                                        `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                           `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 265 |             if let Err(e) = execute::execute_scripts(&script_dir, env_vars).await {
[INFO] [stdout]     |                        -    -----------------------------------------------------
[INFO] [stdout]     |                        |    |                                               |
[INFO] [stdout]     |                        |    |                                               this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                        |    |                                               `#11` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        |    this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                        |    `#10` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                        `#12` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `state_read` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/dhclient/mod.rs:193:27
[INFO] [stdout]     |
[INFO] [stdout] 156 |             let state_read = state.read().await;
[INFO] [stdout]     |                 ----------   ------------------
[INFO] [stdout]     |                 |            |            |
[INFO] [stdout]     |                 |            |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                 |            |            `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 |            `__awaitee` calls a custom destructor
[INFO] [stdout]     |                 |            `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 `state_read` calls a custom destructor
[INFO] [stdout]     |                 `state_read` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 170 |             match resolved::set_link_dns(ifindex, lease.dns_servers.clone()).await { Err(e) => {
[INFO] [stdout]     |                   ----------------------------------------------------------------       -
[INFO] [stdout]     |                   |                                                          |           |
[INFO] [stdout]     |                   |                                                          |           `e` calls a custom destructor
[INFO] [stdout]     |                   |                                                          |           `e` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   |                                                          this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |                                                          `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 181 |                 match resolved::set_link_domains(ifindex, domains).await { Err(e) => {
[INFO] [stdout]     |                       --------------------------------------------------       -
[INFO] [stdout]     |                       |                                            |           |
[INFO] [stdout]     |                       |                                            |           this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                       |                                            |           `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       |                                            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                       |                                            `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                       `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 193 |                     match hostnamed::set_static_hostname(hostname).await { Err(e) => {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----       -
[INFO] [stdout]     |                           |                                        |           |
[INFO] [stdout]     |                           |                                        |           this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                           |                                        |           `#9` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           |                                        this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                           |                                        up until Edition 2021 `#14` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           |                                        this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                           |                                        `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                           up until Edition 2021 `#13` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                           `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 198 |                 } else {
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 265 |             if let Err(e) = execute::execute_scripts(&script_dir, env_vars).await {
[INFO] [stdout]     |                        -    -----------------------------------------------------
[INFO] [stdout]     |                        |    |                                               |
[INFO] [stdout]     |                        |    |                                               this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                        |    |                                               `#11` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        |    this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                        |    `#10` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                        `#12` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `state_read` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/networkd/dbus.rs:91:45
[INFO] [stdout]     |
[INFO] [stdout]  82 |       while let Some(msg) = stream.next().await {
[INFO] [stdout]     |                      ---                  -----
[INFO] [stdout]     |                      |                    |
[INFO] [stdout]     |                      |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                      `msg` calls a custom destructor
[INFO] [stdout]     |                      `msg` will be dropped later as of Edition 2024
[INFO] [stdout]  83 |           if let Ok(msg) = msg {
[INFO] [stdout]     |                     ---
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                               if let Err(e) = handle_link_signal(
[INFO] [stdout]     |  ________________________________________-____^
[INFO] [stdout]     | |                                        |
[INFO] [stdout]     | |                                        `e` calls a custom destructor
[INFO] [stdout]     | |                                        `e` will be dropped later as of Edition 2024
[INFO] [stdout]  92 | |                                 &config,
[INFO] [stdout]  93 | |                                 &handle,
[INFO] [stdout]  94 | |                                 &state,
[INFO] [stdout] ...   |
[INFO] [stdout] 100 | |                             .await
[INFO] [stdout]     | |                              ----^
[INFO] [stdout]     | |                              |   |
[INFO] [stdout]     | |                              |   this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                              |   up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                                |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 104 |                           }
[INFO] [stdout]     |                           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/networkd/dbus.rs:82:27
[INFO] [stdout]     |
[INFO] [stdout]  82 |       while let Some(msg) = stream.next().await {
[INFO] [stdout]     |                      ---    ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                      |      |             |
[INFO] [stdout]     |                      |      |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      |      |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                      |      this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                      |      up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                      `msg` calls a custom destructor
[INFO] [stdout]     |                      `msg` will be dropped later as of Edition 2024
[INFO] [stdout]  83 |           if let Ok(msg) = msg {
[INFO] [stdout]     |                     ---
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                               if let Err(e) = handle_link_signal(
[INFO] [stdout]     |  ________________________________________-____-
[INFO] [stdout]     | |                                        |
[INFO] [stdout]     | |                                        `e` calls a custom destructor
[INFO] [stdout]     | |                                        `e` will be dropped later as of Edition 2024
[INFO] [stdout]  92 | |                                 &config,
[INFO] [stdout]  93 | |                                 &handle,
[INFO] [stdout]  94 | |                                 &state,
[INFO] [stdout] ...   |
[INFO] [stdout] 100 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |                              |   |
[INFO] [stdout]     | |______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                                |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 109 |       }
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/networkmanager/dbus.rs:80:41
[INFO] [stdout]     |
[INFO] [stdout]  70 |       while let Some(msg) = stream.next().await {
[INFO] [stdout]     |                      ---                  -----
[INFO] [stdout]     |                      |                    |
[INFO] [stdout]     |                      |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                      `msg` calls a custom destructor
[INFO] [stdout]     |                      `msg` will be dropped later as of Edition 2024
[INFO] [stdout]  71 |           if let Ok(msg) = msg {
[INFO] [stdout]     |                     ---
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  80 |                           if let Err(e) = handle_device_state_changed(
[INFO] [stdout]     |  ____________________________________-____^
[INFO] [stdout]     | |                                    |
[INFO] [stdout]     | |                                    `e` calls a custom destructor
[INFO] [stdout]     | |                                    `e` will be dropped later as of Edition 2024
[INFO] [stdout]  81 | |                             &config,
[INFO] [stdout]  82 | |                             &handle,
[INFO] [stdout]  83 | |                             &state,
[INFO] [stdout] ...   |
[INFO] [stdout]  90 | |                         .await
[INFO] [stdout]     | |                          ----^
[INFO] [stdout]     | |                          |   |
[INFO] [stdout]     | |                          |   this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                          |   up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |__________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                            |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                            up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  97 |                       }
[INFO] [stdout]     |                       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/networkmanager/dbus.rs:70:27
[INFO] [stdout]     |
[INFO] [stdout]  70 |       while let Some(msg) = stream.next().await {
[INFO] [stdout]     |                      ---    ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                      |      |             |
[INFO] [stdout]     |                      |      |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      |      |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                      |      this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                      |      up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                      `msg` calls a custom destructor
[INFO] [stdout]     |                      `msg` will be dropped later as of Edition 2024
[INFO] [stdout]  71 |           if let Ok(msg) = msg {
[INFO] [stdout]     |                     ---
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  80 |                           if let Err(e) = handle_device_state_changed(
[INFO] [stdout]     |  ____________________________________-____-
[INFO] [stdout]     | |                                    |
[INFO] [stdout]     | |                                    `e` calls a custom destructor
[INFO] [stdout]     | |                                    `e` will be dropped later as of Edition 2024
[INFO] [stdout]  81 | |                             &config,
[INFO] [stdout]  82 | |                             &handle,
[INFO] [stdout]  83 | |                             &state,
[INFO] [stdout] ...   |
[INFO] [stdout]  90 | |                         .await
[INFO] [stdout]     | |                          -----
[INFO] [stdout]     | |                          |   |
[INFO] [stdout]     | |__________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                            |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 101 |       }
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/network/watcher.rs:427:25
[INFO] [stdout]     |
[INFO] [stdout] 427 |         if let Err(e) = remove_routing_rules(handle, *address, table).await {
[INFO] [stdout]     |                    -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                    |    |                                             |
[INFO] [stdout]     |                    |    |                                             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                    |    |                                             up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |    |                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |    |                                             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |    this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                    |    up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |    `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `e` calls a custom destructor
[INFO] [stdout]     |                    `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 430 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/system/execute.rs:44:29
[INFO] [stdout]     |
[INFO] [stdout]  44 |         while let Some(entry) = entries
[INFO] [stdout]     |  ______________________-----____^
[INFO] [stdout]     | |  ____________________|________|
[INFO] [stdout]     | | |                    |
[INFO] [stdout]     | | |                    `entry` calls a custom destructor
[INFO] [stdout]     | | |                    `entry` will be dropped later as of Edition 2024
[INFO] [stdout]  45 | | |         .next_entry()
[INFO] [stdout]  46 | | |         .await
[INFO] [stdout]     | | |          -----
[INFO] [stdout]     | | |          |   |
[INFO] [stdout]     | | |__________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     | |            |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     | |            this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |            up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |            `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  47 | |           .with_context(|| format!("Failed to read directory entry in: {}", directory))?
[INFO] [stdout]     | |                                                                                        ^
[INFO] [stdout]     | |                                                                                        |
[INFO] [stdout]     | |                                                                                        this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                                                                                        up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |________________________________________________________________________________________this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                                                                          up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  57 |             let metadata = fs::metadata(&path)
[INFO] [stdout]     |    ________________________-
[INFO] [stdout]     |   |________________________|
[INFO] [stdout]     |   |________________________|
[INFO] [stdout]     |   |________________________|
[INFO] [stdout]  58 |   |             .await
[INFO] [stdout]     |   |                  -
[INFO] [stdout]     |   |__________________|
[INFO] [stdout]     |   |__________________this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                      `#3` will be dropped later as of Edition 2024
[INFO] [stdout]  59 |   |             .with_context(|| format!("Failed to get metadata for: {:?}", path))?;
[INFO] [stdout]     |   |                                                                                -
[INFO] [stdout]     |   |________________________________________________________________________________|
[INFO] [stdout]     |   |________________________________________________________________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                                                                    `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  68 |   |     }
[INFO] [stdout]     |   |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `entry` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/system/execute.rs:82:15
[INFO] [stdout]     |
[INFO] [stdout]  82 |         match execute_script(&script_path, &env_vars).await {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |               |                                       |
[INFO] [stdout]     |               |                                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |               |                                       up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |               |                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               |                                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |               `__awaitee` calls a custom destructor
[INFO] [stdout]     |               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  86 |             Err(e) => {
[INFO] [stdout]     |                 -
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `e` calls a custom destructor
[INFO] [stdout]     |                 `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  90 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/integration_test.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/dhclient/mod.rs:170:19
[INFO] [stdout]     |
[INFO] [stdout] 156 |             let state_read = state.read().await;
[INFO] [stdout]     |                 ----------   ------------------
[INFO] [stdout]     |                 |            |            |
[INFO] [stdout]     |                 |            |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                 |            |            `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 |            `__awaitee` calls a custom destructor
[INFO] [stdout]     |                 |            `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 `state_read` calls a custom destructor
[INFO] [stdout]     |                 `state_read` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 170 |             match resolved::set_link_dns(ifindex, lease.dns_servers.clone()).await { Err(e) => {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----       -
[INFO] [stdout]     |                   |                                                          |           |
[INFO] [stdout]     |                   |                                                          |           `e` calls a custom destructor
[INFO] [stdout]     |                   |                                                          |           `e` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   |                                                          this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                   |                                                          up until Edition 2021 `#14` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |                                                          this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |                                                          `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                   up until Edition 2021 `#13` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 175 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 181 |                 match resolved::set_link_domains(ifindex, domains).await { Err(e) => {
[INFO] [stdout]     |                       --------------------------------------------------       -
[INFO] [stdout]     |                       |                                            |           |
[INFO] [stdout]     |                       |                                            |           this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                       |                                            |           `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       |                                            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                       |                                            `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                       `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 193 |                     match hostnamed::set_static_hostname(hostname).await { Err(e) => {
[INFO] [stdout]     |                           ----------------------------------------------       -
[INFO] [stdout]     |                           |                                        |           |
[INFO] [stdout]     |                           |                                        |           this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                           |                                        |           `#9` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           |                                        this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                           |                                        `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                           `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 265 |             if let Err(e) = execute::execute_scripts(&script_dir, env_vars).await {
[INFO] [stdout]     |                        -    -----------------------------------------------------
[INFO] [stdout]     |                        |    |                                               |
[INFO] [stdout]     |                        |    |                                               this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                        |    |                                               `#11` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        |    this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                        |    `#10` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                        `#12` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `state_read` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/dhclient/mod.rs:193:27
[INFO] [stdout]     |
[INFO] [stdout] 156 |             let state_read = state.read().await;
[INFO] [stdout]     |                 ----------   ------------------
[INFO] [stdout]     |                 |            |            |
[INFO] [stdout]     |                 |            |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                 |            |            `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 |            `__awaitee` calls a custom destructor
[INFO] [stdout]     |                 |            `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 `state_read` calls a custom destructor
[INFO] [stdout]     |                 `state_read` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 170 |             match resolved::set_link_dns(ifindex, lease.dns_servers.clone()).await { Err(e) => {
[INFO] [stdout]     |                   ----------------------------------------------------------------       -
[INFO] [stdout]     |                   |                                                          |           |
[INFO] [stdout]     |                   |                                                          |           `e` calls a custom destructor
[INFO] [stdout]     |                   |                                                          |           `e` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   |                                                          this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |                                                          `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 181 |                 match resolved::set_link_domains(ifindex, domains).await { Err(e) => {
[INFO] [stdout]     |                       --------------------------------------------------       -
[INFO] [stdout]     |                       |                                            |           |
[INFO] [stdout]     |                       |                                            |           this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                       |                                            |           `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       |                                            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                       |                                            `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                       `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 193 |                     match hostnamed::set_static_hostname(hostname).await { Err(e) => {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----       -
[INFO] [stdout]     |                           |                                        |           |
[INFO] [stdout]     |                           |                                        |           this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                           |                                        |           `#9` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           |                                        this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                           |                                        up until Edition 2021 `#14` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           |                                        this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                           |                                        `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                           up until Edition 2021 `#13` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                           `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 198 |                 } else {
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 265 |             if let Err(e) = execute::execute_scripts(&script_dir, env_vars).await {
[INFO] [stdout]     |                        -    -----------------------------------------------------
[INFO] [stdout]     |                        |    |                                               |
[INFO] [stdout]     |                        |    |                                               this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                        |    |                                               `#11` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        |    this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                        |    `#10` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                        `#12` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `state_read` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/networkd/dbus.rs:91:45
[INFO] [stdout]     |
[INFO] [stdout]  82 |       while let Some(msg) = stream.next().await {
[INFO] [stdout]     |                      ---                  -----
[INFO] [stdout]     |                      |                    |
[INFO] [stdout]     |                      |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                      `msg` calls a custom destructor
[INFO] [stdout]     |                      `msg` will be dropped later as of Edition 2024
[INFO] [stdout]  83 |           if let Ok(msg) = msg {
[INFO] [stdout]     |                     ---
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                               if let Err(e) = handle_link_signal(
[INFO] [stdout]     |  ________________________________________-____^
[INFO] [stdout]     | |                                        |
[INFO] [stdout]     | |                                        `e` calls a custom destructor
[INFO] [stdout]     | |                                        `e` will be dropped later as of Edition 2024
[INFO] [stdout]  92 | |                                 &config,
[INFO] [stdout]  93 | |                                 &handle,
[INFO] [stdout]  94 | |                                 &state,
[INFO] [stdout] ...   |
[INFO] [stdout] 100 | |                             .await
[INFO] [stdout]     | |                              ----^
[INFO] [stdout]     | |                              |   |
[INFO] [stdout]     | |                              |   this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                              |   up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                                |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 104 |                           }
[INFO] [stdout]     |                           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/networkd/dbus.rs:82:27
[INFO] [stdout]     |
[INFO] [stdout]  82 |       while let Some(msg) = stream.next().await {
[INFO] [stdout]     |                      ---    ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                      |      |             |
[INFO] [stdout]     |                      |      |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      |      |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                      |      this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                      |      up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                      `msg` calls a custom destructor
[INFO] [stdout]     |                      `msg` will be dropped later as of Edition 2024
[INFO] [stdout]  83 |           if let Ok(msg) = msg {
[INFO] [stdout]     |                     ---
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                               if let Err(e) = handle_link_signal(
[INFO] [stdout]     |  ________________________________________-____-
[INFO] [stdout]     | |                                        |
[INFO] [stdout]     | |                                        `e` calls a custom destructor
[INFO] [stdout]     | |                                        `e` will be dropped later as of Edition 2024
[INFO] [stdout]  92 | |                                 &config,
[INFO] [stdout]  93 | |                                 &handle,
[INFO] [stdout]  94 | |                                 &state,
[INFO] [stdout] ...   |
[INFO] [stdout] 100 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |                              |   |
[INFO] [stdout]     | |______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                                |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 109 |       }
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/networkmanager/dbus.rs:80:41
[INFO] [stdout]     |
[INFO] [stdout]  70 |       while let Some(msg) = stream.next().await {
[INFO] [stdout]     |                      ---                  -----
[INFO] [stdout]     |                      |                    |
[INFO] [stdout]     |                      |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                      `msg` calls a custom destructor
[INFO] [stdout]     |                      `msg` will be dropped later as of Edition 2024
[INFO] [stdout]  71 |           if let Ok(msg) = msg {
[INFO] [stdout]     |                     ---
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  80 |                           if let Err(e) = handle_device_state_changed(
[INFO] [stdout]     |  ____________________________________-____^
[INFO] [stdout]     | |                                    |
[INFO] [stdout]     | |                                    `e` calls a custom destructor
[INFO] [stdout]     | |                                    `e` will be dropped later as of Edition 2024
[INFO] [stdout]  81 | |                             &config,
[INFO] [stdout]  82 | |                             &handle,
[INFO] [stdout]  83 | |                             &state,
[INFO] [stdout] ...   |
[INFO] [stdout]  90 | |                         .await
[INFO] [stdout]     | |                          ----^
[INFO] [stdout]     | |                          |   |
[INFO] [stdout]     | |                          |   this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                          |   up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |__________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                            |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                            up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  97 |                       }
[INFO] [stdout]     |                       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/networkmanager/dbus.rs:70:27
[INFO] [stdout]     |
[INFO] [stdout]  70 |       while let Some(msg) = stream.next().await {
[INFO] [stdout]     |                      ---    ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                      |      |             |
[INFO] [stdout]     |                      |      |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      |      |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                      |      this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                      |      up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                      `msg` calls a custom destructor
[INFO] [stdout]     |                      `msg` will be dropped later as of Edition 2024
[INFO] [stdout]  71 |           if let Ok(msg) = msg {
[INFO] [stdout]     |                     ---
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  80 |                           if let Err(e) = handle_device_state_changed(
[INFO] [stdout]     |  ____________________________________-____-
[INFO] [stdout]     | |                                    |
[INFO] [stdout]     | |                                    `e` calls a custom destructor
[INFO] [stdout]     | |                                    `e` will be dropped later as of Edition 2024
[INFO] [stdout]  81 | |                             &config,
[INFO] [stdout]  82 | |                             &handle,
[INFO] [stdout]  83 | |                             &state,
[INFO] [stdout] ...   |
[INFO] [stdout]  90 | |                         .await
[INFO] [stdout]     | |                          -----
[INFO] [stdout]     | |                          |   |
[INFO] [stdout]     | |__________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                            |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 101 |       }
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/network/watcher.rs:427:25
[INFO] [stdout]     |
[INFO] [stdout] 427 |         if let Err(e) = remove_routing_rules(handle, *address, table).await {
[INFO] [stdout]     |                    -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                    |    |                                             |
[INFO] [stdout]     |                    |    |                                             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                    |    |                                             up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |    |                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |    |                                             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |    this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                    |    up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |    `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `e` calls a custom destructor
[INFO] [stdout]     |                    `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 430 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/system/execute.rs:44:29
[INFO] [stdout]     |
[INFO] [stdout]  44 |         while let Some(entry) = entries
[INFO] [stdout]     |  ______________________-----____^
[INFO] [stdout]     | |  ____________________|________|
[INFO] [stdout]     | | |                    |
[INFO] [stdout]     | | |                    `entry` calls a custom destructor
[INFO] [stdout]     | | |                    `entry` will be dropped later as of Edition 2024
[INFO] [stdout]  45 | | |         .next_entry()
[INFO] [stdout]  46 | | |         .await
[INFO] [stdout]     | | |          -----
[INFO] [stdout]     | | |          |   |
[INFO] [stdout]     | | |__________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     | |            |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     | |            this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |            up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |            `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  47 | |           .with_context(|| format!("Failed to read directory entry in: {}", directory))?
[INFO] [stdout]     | |                                                                                        ^
[INFO] [stdout]     | |                                                                                        |
[INFO] [stdout]     | |                                                                                        this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                                                                                        up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |________________________________________________________________________________________this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                                                                          up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  57 |             let metadata = fs::metadata(&path)
[INFO] [stdout]     |    ________________________-
[INFO] [stdout]     |   |________________________|
[INFO] [stdout]     |   |________________________|
[INFO] [stdout]     |   |________________________|
[INFO] [stdout]  58 |   |             .await
[INFO] [stdout]     |   |                  -
[INFO] [stdout]     |   |__________________|
[INFO] [stdout]     |   |__________________this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                      `#3` will be dropped later as of Edition 2024
[INFO] [stdout]  59 |   |             .with_context(|| format!("Failed to get metadata for: {:?}", path))?;
[INFO] [stdout]     |   |                                                                                -
[INFO] [stdout]     |   |________________________________________________________________________________|
[INFO] [stdout]     |   |________________________________________________________________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                                                                    `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  68 |   |     }
[INFO] [stdout]     |   |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `entry` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/system/execute.rs:82:15
[INFO] [stdout]     |
[INFO] [stdout]  82 |         match execute_script(&script_path, &env_vars).await {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |               |                                       |
[INFO] [stdout]     |               |                                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |               |                                       up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |               |                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               |                                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |               `__awaitee` calls a custom destructor
[INFO] [stdout]     |               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  86 |             Err(e) => {
[INFO] [stdout]     |                 -
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `e` calls a custom destructor
[INFO] [stdout]     |                 `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  90 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/dhclient/mod.rs:170:19
[INFO] [stdout]     |
[INFO] [stdout] 156 |             let state_read = state.read().await;
[INFO] [stdout]     |                 ----------   ------------------
[INFO] [stdout]     |                 |            |            |
[INFO] [stdout]     |                 |            |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                 |            |            `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 |            `__awaitee` calls a custom destructor
[INFO] [stdout]     |                 |            `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 `state_read` calls a custom destructor
[INFO] [stdout]     |                 `state_read` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 170 |             match resolved::set_link_dns(ifindex, lease.dns_servers.clone()).await { Err(e) => {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----       -
[INFO] [stdout]     |                   |                                                          |           |
[INFO] [stdout]     |                   |                                                          |           `e` calls a custom destructor
[INFO] [stdout]     |                   |                                                          |           `e` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   |                                                          this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                   |                                                          up until Edition 2021 `#14` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |                                                          this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |                                                          `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                   up until Edition 2021 `#13` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 175 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 181 |                 match resolved::set_link_domains(ifindex, domains).await { Err(e) => {
[INFO] [stdout]     |                       --------------------------------------------------       -
[INFO] [stdout]     |                       |                                            |           |
[INFO] [stdout]     |                       |                                            |           this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                       |                                            |           `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       |                                            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                       |                                            `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                       `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 193 |                     match hostnamed::set_static_hostname(hostname).await { Err(e) => {
[INFO] [stdout]     |                           ----------------------------------------------       -
[INFO] [stdout]     |                           |                                        |           |
[INFO] [stdout]     |                           |                                        |           this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                           |                                        |           `#9` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           |                                        this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                           |                                        `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                           `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 265 |             if let Err(e) = execute::execute_scripts(&script_dir, env_vars).await {
[INFO] [stdout]     |                        -    -----------------------------------------------------
[INFO] [stdout]     |                        |    |                                               |
[INFO] [stdout]     |                        |    |                                               this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                        |    |                                               `#11` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        |    this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                        |    `#10` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                        `#12` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `state_read` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/dhclient/mod.rs:193:27
[INFO] [stdout]     |
[INFO] [stdout] 156 |             let state_read = state.read().await;
[INFO] [stdout]     |                 ----------   ------------------
[INFO] [stdout]     |                 |            |            |
[INFO] [stdout]     |                 |            |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                 |            |            `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 |            `__awaitee` calls a custom destructor
[INFO] [stdout]     |                 |            `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 `state_read` calls a custom destructor
[INFO] [stdout]     |                 `state_read` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 170 |             match resolved::set_link_dns(ifindex, lease.dns_servers.clone()).await { Err(e) => {
[INFO] [stdout]     |                   ----------------------------------------------------------------       -
[INFO] [stdout]     |                   |                                                          |           |
[INFO] [stdout]     |                   |                                                          |           `e` calls a custom destructor
[INFO] [stdout]     |                   |                                                          |           `e` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   |                                                          this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |                                                          `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 181 |                 match resolved::set_link_domains(ifindex, domains).await { Err(e) => {
[INFO] [stdout]     |                       --------------------------------------------------       -
[INFO] [stdout]     |                       |                                            |           |
[INFO] [stdout]     |                       |                                            |           this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                       |                                            |           `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       |                                            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                       |                                            `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                       `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 193 |                     match hostnamed::set_static_hostname(hostname).await { Err(e) => {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----       -
[INFO] [stdout]     |                           |                                        |           |
[INFO] [stdout]     |                           |                                        |           this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                           |                                        |           `#9` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           |                                        this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                           |                                        up until Edition 2021 `#14` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           |                                        this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                           |                                        `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                           up until Edition 2021 `#13` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                           `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 198 |                 } else {
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 265 |             if let Err(e) = execute::execute_scripts(&script_dir, env_vars).await {
[INFO] [stdout]     |                        -    -----------------------------------------------------
[INFO] [stdout]     |                        |    |                                               |
[INFO] [stdout]     |                        |    |                                               this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                        |    |                                               `#11` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        |    this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                        |    `#10` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                        `#12` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `state_read` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/networkd/dbus.rs:91:45
[INFO] [stdout]     |
[INFO] [stdout]  82 |       while let Some(msg) = stream.next().await {
[INFO] [stdout]     |                      ---                  -----
[INFO] [stdout]     |                      |                    |
[INFO] [stdout]     |                      |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                      `msg` calls a custom destructor
[INFO] [stdout]     |                      `msg` will be dropped later as of Edition 2024
[INFO] [stdout]  83 |           if let Ok(msg) = msg {
[INFO] [stdout]     |                     ---
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                               if let Err(e) = handle_link_signal(
[INFO] [stdout]     |  ________________________________________-____^
[INFO] [stdout]     | |                                        |
[INFO] [stdout]     | |                                        `e` calls a custom destructor
[INFO] [stdout]     | |                                        `e` will be dropped later as of Edition 2024
[INFO] [stdout]  92 | |                                 &config,
[INFO] [stdout]  93 | |                                 &handle,
[INFO] [stdout]  94 | |                                 &state,
[INFO] [stdout] ...   |
[INFO] [stdout] 100 | |                             .await
[INFO] [stdout]     | |                              ----^
[INFO] [stdout]     | |                              |   |
[INFO] [stdout]     | |                              |   this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                              |   up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                                |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 104 |                           }
[INFO] [stdout]     |                           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/networkd/dbus.rs:82:27
[INFO] [stdout]     |
[INFO] [stdout]  82 |       while let Some(msg) = stream.next().await {
[INFO] [stdout]     |                      ---    ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                      |      |             |
[INFO] [stdout]     |                      |      |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      |      |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                      |      this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                      |      up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                      `msg` calls a custom destructor
[INFO] [stdout]     |                      `msg` will be dropped later as of Edition 2024
[INFO] [stdout]  83 |           if let Ok(msg) = msg {
[INFO] [stdout]     |                     ---
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                               if let Err(e) = handle_link_signal(
[INFO] [stdout]     |  ________________________________________-____-
[INFO] [stdout]     | |                                        |
[INFO] [stdout]     | |                                        `e` calls a custom destructor
[INFO] [stdout]     | |                                        `e` will be dropped later as of Edition 2024
[INFO] [stdout]  92 | |                                 &config,
[INFO] [stdout]  93 | |                                 &handle,
[INFO] [stdout]  94 | |                                 &state,
[INFO] [stdout] ...   |
[INFO] [stdout] 100 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |                              |   |
[INFO] [stdout]     | |______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                                |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 109 |       }
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/networkmanager/dbus.rs:80:41
[INFO] [stdout]     |
[INFO] [stdout]  70 |       while let Some(msg) = stream.next().await {
[INFO] [stdout]     |                      ---                  -----
[INFO] [stdout]     |                      |                    |
[INFO] [stdout]     |                      |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                      `msg` calls a custom destructor
[INFO] [stdout]     |                      `msg` will be dropped later as of Edition 2024
[INFO] [stdout]  71 |           if let Ok(msg) = msg {
[INFO] [stdout]     |                     ---
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  80 |                           if let Err(e) = handle_device_state_changed(
[INFO] [stdout]     |  ____________________________________-____^
[INFO] [stdout]     | |                                    |
[INFO] [stdout]     | |                                    `e` calls a custom destructor
[INFO] [stdout]     | |                                    `e` will be dropped later as of Edition 2024
[INFO] [stdout]  81 | |                             &config,
[INFO] [stdout]  82 | |                             &handle,
[INFO] [stdout]  83 | |                             &state,
[INFO] [stdout] ...   |
[INFO] [stdout]  90 | |                         .await
[INFO] [stdout]     | |                          ----^
[INFO] [stdout]     | |                          |   |
[INFO] [stdout]     | |                          |   this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                          |   up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |__________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                            |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                            up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  97 |                       }
[INFO] [stdout]     |                       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/networkmanager/dbus.rs:70:27
[INFO] [stdout]     |
[INFO] [stdout]  70 |       while let Some(msg) = stream.next().await {
[INFO] [stdout]     |                      ---    ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                      |      |             |
[INFO] [stdout]     |                      |      |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      |      |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                      |      this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                      |      up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                      `msg` calls a custom destructor
[INFO] [stdout]     |                      `msg` will be dropped later as of Edition 2024
[INFO] [stdout]  71 |           if let Ok(msg) = msg {
[INFO] [stdout]     |                     ---
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  80 |                           if let Err(e) = handle_device_state_changed(
[INFO] [stdout]     |  ____________________________________-____-
[INFO] [stdout]     | |                                    |
[INFO] [stdout]     | |                                    `e` calls a custom destructor
[INFO] [stdout]     | |                                    `e` will be dropped later as of Edition 2024
[INFO] [stdout]  81 | |                             &config,
[INFO] [stdout]  82 | |                             &handle,
[INFO] [stdout]  83 | |                             &state,
[INFO] [stdout] ...   |
[INFO] [stdout]  90 | |                         .await
[INFO] [stdout]     | |                          -----
[INFO] [stdout]     | |                          |   |
[INFO] [stdout]     | |__________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                            |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 101 |       }
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/network/watcher.rs:427:25
[INFO] [stdout]     |
[INFO] [stdout] 427 |         if let Err(e) = remove_routing_rules(handle, *address, table).await {
[INFO] [stdout]     |                    -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                    |    |                                             |
[INFO] [stdout]     |                    |    |                                             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                    |    |                                             up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |    |                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |    |                                             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |    this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                    |    up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |    `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `e` calls a custom destructor
[INFO] [stdout]     |                    `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 430 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/system/execute.rs:44:29
[INFO] [stdout]     |
[INFO] [stdout]  44 |         while let Some(entry) = entries
[INFO] [stdout]     |  ______________________-----____^
[INFO] [stdout]     | |  ____________________|________|
[INFO] [stdout]     | | |                    |
[INFO] [stdout]     | | |                    `entry` calls a custom destructor
[INFO] [stdout]     | | |                    `entry` will be dropped later as of Edition 2024
[INFO] [stdout]  45 | | |         .next_entry()
[INFO] [stdout]  46 | | |         .await
[INFO] [stdout]     | | |          -----
[INFO] [stdout]     | | |          |   |
[INFO] [stdout]     | | |__________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     | |            |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     | |            this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |            up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |            `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  47 | |           .with_context(|| format!("Failed to read directory entry in: {}", directory))?
[INFO] [stdout]     | |                                                                                        ^
[INFO] [stdout]     | |                                                                                        |
[INFO] [stdout]     | |                                                                                        this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                                                                                        up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |________________________________________________________________________________________this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                                                                          up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  57 |             let metadata = fs::metadata(&path)
[INFO] [stdout]     |    ________________________-
[INFO] [stdout]     |   |________________________|
[INFO] [stdout]     |   |________________________|
[INFO] [stdout]     |   |________________________|
[INFO] [stdout]  58 |   |             .await
[INFO] [stdout]     |   |                  -
[INFO] [stdout]     |   |__________________|
[INFO] [stdout]     |   |__________________this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                      `#3` will be dropped later as of Edition 2024
[INFO] [stdout]  59 |   |             .with_context(|| format!("Failed to get metadata for: {:?}", path))?;
[INFO] [stdout]     |   |                                                                                -
[INFO] [stdout]     |   |________________________________________________________________________________|
[INFO] [stdout]     |   |________________________________________________________________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                                                                    `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  68 |   |     }
[INFO] [stdout]     |   |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `entry` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/system/execute.rs:82:15
[INFO] [stdout]     |
[INFO] [stdout]  82 |         match execute_script(&script_path, &env_vars).await {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |               |                                       |
[INFO] [stdout]     |               |                                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |               |                                       up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |               |                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               |                                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |               `__awaitee` calls a custom destructor
[INFO] [stdout]     |               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  86 |             Err(e) => {
[INFO] [stdout]     |                 -
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `e` calls a custom destructor
[INFO] [stdout]     |                 `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  90 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/event_filters_integration.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/dhclient/mod.rs:170:19
[INFO] [stdout]     |
[INFO] [stdout] 156 |             let state_read = state.read().await;
[INFO] [stdout]     |                 ----------   ------------------
[INFO] [stdout]     |                 |            |            |
[INFO] [stdout]     |                 |            |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                 |            |            `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 |            `__awaitee` calls a custom destructor
[INFO] [stdout]     |                 |            `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 `state_read` calls a custom destructor
[INFO] [stdout]     |                 `state_read` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 170 |             match resolved::set_link_dns(ifindex, lease.dns_servers.clone()).await { Err(e) => {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----       -
[INFO] [stdout]     |                   |                                                          |           |
[INFO] [stdout]     |                   |                                                          |           `e` calls a custom destructor
[INFO] [stdout]     |                   |                                                          |           `e` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   |                                                          this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                   |                                                          up until Edition 2021 `#14` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |                                                          this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |                                                          `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                   up until Edition 2021 `#13` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 175 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 181 |                 match resolved::set_link_domains(ifindex, domains).await { Err(e) => {
[INFO] [stdout]     |                       --------------------------------------------------       -
[INFO] [stdout]     |                       |                                            |           |
[INFO] [stdout]     |                       |                                            |           this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                       |                                            |           `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       |                                            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                       |                                            `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                       `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 193 |                     match hostnamed::set_static_hostname(hostname).await { Err(e) => {
[INFO] [stdout]     |                           ----------------------------------------------       -
[INFO] [stdout]     |                           |                                        |           |
[INFO] [stdout]     |                           |                                        |           this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                           |                                        |           `#9` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           |                                        this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                           |                                        `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                           `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 265 |             if let Err(e) = execute::execute_scripts(&script_dir, env_vars).await {
[INFO] [stdout]     |                        -    -----------------------------------------------------
[INFO] [stdout]     |                        |    |                                               |
[INFO] [stdout]     |                        |    |                                               this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                        |    |                                               `#11` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        |    this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                        |    `#10` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                        `#12` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `state_read` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/dhclient/mod.rs:193:27
[INFO] [stdout]     |
[INFO] [stdout] 156 |             let state_read = state.read().await;
[INFO] [stdout]     |                 ----------   ------------------
[INFO] [stdout]     |                 |            |            |
[INFO] [stdout]     |                 |            |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                 |            |            `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 |            `__awaitee` calls a custom destructor
[INFO] [stdout]     |                 |            `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 `state_read` calls a custom destructor
[INFO] [stdout]     |                 `state_read` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 170 |             match resolved::set_link_dns(ifindex, lease.dns_servers.clone()).await { Err(e) => {
[INFO] [stdout]     |                   ----------------------------------------------------------------       -
[INFO] [stdout]     |                   |                                                          |           |
[INFO] [stdout]     |                   |                                                          |           `e` calls a custom destructor
[INFO] [stdout]     |                   |                                                          |           `e` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   |                                                          this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |                                                          `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 181 |                 match resolved::set_link_domains(ifindex, domains).await { Err(e) => {
[INFO] [stdout]     |                       --------------------------------------------------       -
[INFO] [stdout]     |                       |                                            |           |
[INFO] [stdout]     |                       |                                            |           this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                       |                                            |           `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       |                                            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                       |                                            `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                       `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 193 |                     match hostnamed::set_static_hostname(hostname).await { Err(e) => {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----       -
[INFO] [stdout]     |                           |                                        |           |
[INFO] [stdout]     |                           |                                        |           this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                           |                                        |           `#9` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           |                                        this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                           |                                        up until Edition 2021 `#14` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           |                                        this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                           |                                        `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                           up until Edition 2021 `#13` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                           `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 198 |                 } else {
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 265 |             if let Err(e) = execute::execute_scripts(&script_dir, env_vars).await {
[INFO] [stdout]     |                        -    -----------------------------------------------------
[INFO] [stdout]     |                        |    |                                               |
[INFO] [stdout]     |                        |    |                                               this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                        |    |                                               `#11` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        |    this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                        |    `#10` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                        `#12` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `state_read` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/networkd/dbus.rs:91:45
[INFO] [stdout]     |
[INFO] [stdout]  82 |       while let Some(msg) = stream.next().await {
[INFO] [stdout]     |                      ---                  -----
[INFO] [stdout]     |                      |                    |
[INFO] [stdout]     |                      |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                      `msg` calls a custom destructor
[INFO] [stdout]     |                      `msg` will be dropped later as of Edition 2024
[INFO] [stdout]  83 |           if let Ok(msg) = msg {
[INFO] [stdout]     |                     ---
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                               if let Err(e) = handle_link_signal(
[INFO] [stdout]     |  ________________________________________-____^
[INFO] [stdout]     | |                                        |
[INFO] [stdout]     | |                                        `e` calls a custom destructor
[INFO] [stdout]     | |                                        `e` will be dropped later as of Edition 2024
[INFO] [stdout]  92 | |                                 &config,
[INFO] [stdout]  93 | |                                 &handle,
[INFO] [stdout]  94 | |                                 &state,
[INFO] [stdout] ...   |
[INFO] [stdout] 100 | |                             .await
[INFO] [stdout]     | |                              ----^
[INFO] [stdout]     | |                              |   |
[INFO] [stdout]     | |                              |   this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                              |   up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                                |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 104 |                           }
[INFO] [stdout]     |                           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/networkd/dbus.rs:82:27
[INFO] [stdout]     |
[INFO] [stdout]  82 |       while let Some(msg) = stream.next().await {
[INFO] [stdout]     |                      ---    ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                      |      |             |
[INFO] [stdout]     |                      |      |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      |      |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                      |      this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                      |      up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                      `msg` calls a custom destructor
[INFO] [stdout]     |                      `msg` will be dropped later as of Edition 2024
[INFO] [stdout]  83 |           if let Ok(msg) = msg {
[INFO] [stdout]     |                     ---
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |                               if let Err(e) = handle_link_signal(
[INFO] [stdout]     |  ________________________________________-____-
[INFO] [stdout]     | |                                        |
[INFO] [stdout]     | |                                        `e` calls a custom destructor
[INFO] [stdout]     | |                                        `e` will be dropped later as of Edition 2024
[INFO] [stdout]  92 | |                                 &config,
[INFO] [stdout]  93 | |                                 &handle,
[INFO] [stdout]  94 | |                                 &state,
[INFO] [stdout] ...   |
[INFO] [stdout] 100 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |                              |   |
[INFO] [stdout]     | |______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                                |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 109 |       }
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/networkmanager/dbus.rs:80:41
[INFO] [stdout]     |
[INFO] [stdout]  70 |       while let Some(msg) = stream.next().await {
[INFO] [stdout]     |                      ---                  -----
[INFO] [stdout]     |                      |                    |
[INFO] [stdout]     |                      |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                      `msg` calls a custom destructor
[INFO] [stdout]     |                      `msg` will be dropped later as of Edition 2024
[INFO] [stdout]  71 |           if let Ok(msg) = msg {
[INFO] [stdout]     |                     ---
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  80 |                           if let Err(e) = handle_device_state_changed(
[INFO] [stdout]     |  ____________________________________-____^
[INFO] [stdout]     | |                                    |
[INFO] [stdout]     | |                                    `e` calls a custom destructor
[INFO] [stdout]     | |                                    `e` will be dropped later as of Edition 2024
[INFO] [stdout]  81 | |                             &config,
[INFO] [stdout]  82 | |                             &handle,
[INFO] [stdout]  83 | |                             &state,
[INFO] [stdout] ...   |
[INFO] [stdout]  90 | |                         .await
[INFO] [stdout]     | |                          ----^
[INFO] [stdout]     | |                          |   |
[INFO] [stdout]     | |                          |   this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                          |   up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |__________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                            |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                            up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  97 |                       }
[INFO] [stdout]     |                       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/listeners/networkmanager/dbus.rs:70:27
[INFO] [stdout]     |
[INFO] [stdout]  70 |       while let Some(msg) = stream.next().await {
[INFO] [stdout]     |                      ---    ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                      |      |             |
[INFO] [stdout]     |                      |      |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      |      |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                      |      this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                      |      up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                      `msg` calls a custom destructor
[INFO] [stdout]     |                      `msg` will be dropped later as of Edition 2024
[INFO] [stdout]  71 |           if let Ok(msg) = msg {
[INFO] [stdout]     |                     ---
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  80 |                           if let Err(e) = handle_device_state_changed(
[INFO] [stdout]     |  ____________________________________-____-
[INFO] [stdout]     | |                                    |
[INFO] [stdout]     | |                                    `e` calls a custom destructor
[INFO] [stdout]     | |                                    `e` will be dropped later as of Edition 2024
[INFO] [stdout]  81 | |                             &config,
[INFO] [stdout]  82 | |                             &handle,
[INFO] [stdout]  83 | |                             &state,
[INFO] [stdout] ...   |
[INFO] [stdout]  90 | |                         .await
[INFO] [stdout]     | |                          -----
[INFO] [stdout]     | |                          |   |
[INFO] [stdout]     | |__________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                            |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 101 |       }
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/once_lock.rs:699:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/network/watcher.rs:427:25
[INFO] [stdout]     |
[INFO] [stdout] 427 |         if let Err(e) = remove_routing_rules(handle, *address, table).await {
[INFO] [stdout]     |                    -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                    |    |                                             |
[INFO] [stdout]     |                    |    |                                             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                    |    |                                             up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |    |                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |    |                                             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |    this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                    |    up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |    `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `e` calls a custom destructor
[INFO] [stdout]     |                    `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 430 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/system/execute.rs:44:29
[INFO] [stdout]     |
[INFO] [stdout]  44 |         while let Some(entry) = entries
[INFO] [stdout]     |  ______________________-----____^
[INFO] [stdout]     | |  ____________________|________|
[INFO] [stdout]     | | |                    |
[INFO] [stdout]     | | |                    `entry` calls a custom destructor
[INFO] [stdout]     | | |                    `entry` will be dropped later as of Edition 2024
[INFO] [stdout]  45 | | |         .next_entry()
[INFO] [stdout]  46 | | |         .await
[INFO] [stdout]     | | |          -----
[INFO] [stdout]     | | |          |   |
[INFO] [stdout]     | | |__________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     | |            |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     | |            this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |            up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |            `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  47 | |           .with_context(|| format!("Failed to read directory entry in: {}", directory))?
[INFO] [stdout]     | |                                                                                        ^
[INFO] [stdout]     | |                                                                                        |
[INFO] [stdout]     | |                                                                                        this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                                                                                        up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |________________________________________________________________________________________this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                                                                          up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  57 |             let metadata = fs::metadata(&path)
[INFO] [stdout]     |    ________________________-
[INFO] [stdout]     |   |________________________|
[INFO] [stdout]     |   |________________________|
[INFO] [stdout]     |   |________________________|
[INFO] [stdout]  58 |   |             .await
[INFO] [stdout]     |   |                  -
[INFO] [stdout]     |   |__________________|
[INFO] [stdout]     |   |__________________this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                      `#3` will be dropped later as of Edition 2024
[INFO] [stdout]  59 |   |             .with_context(|| format!("Failed to get metadata for: {:?}", path))?;
[INFO] [stdout]     |   |                                                                                -
[INFO] [stdout]     |   |________________________________________________________________________________|
[INFO] [stdout]     |   |________________________________________________________________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                                                                    `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  68 |   |     }
[INFO] [stdout]     |   |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `entry` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/system/execute.rs:82:15
[INFO] [stdout]     |
[INFO] [stdout]  82 |         match execute_script(&script_path, &env_vars).await {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |               |                                       |
[INFO] [stdout]     |               |                                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |               |                                       up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |               |                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               |                                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |               `__awaitee` calls a custom destructor
[INFO] [stdout]     |               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  86 |             Err(e) => {
[INFO] [stdout]     |                 -
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `e` calls a custom destructor
[INFO] [stdout]     |                 `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  90 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/functional_test.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 41s
[INFO] [stderr] crater-edition-check: netevd v0.2.3 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking netevd v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/listeners/networkd/api.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     let mut state = LinkState {
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::PathBuf`
[INFO] [stdout]  --> tests/integration_test.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::path::PathBuf;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `state`
[INFO] [stdout]    --> tests/integration_test.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 119 |     let state = NetworkState::new();
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_state`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/listeners/networkd/api.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     let mut state = LinkState {
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/listeners/networkd/api.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     let mut state = LinkState {
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `log_script_execution`, `log_config_reload`, `log_api_request`, `log_route_change`, and `log_routing_rule_change` are never used
[INFO] [stdout]    --> src/audit/mod.rs:139:12
[INFO] [stdout]     |
[INFO] [stdout]  50 | impl AuditLogger {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 139 |     pub fn log_script_execution(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 173 |     pub fn log_config_reload(&self, success: bool) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 |     pub fn log_api_request(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 230 |     pub fn log_route_change(&self, action: &str, destination: &str, gateway: Option<String>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 |     pub fn log_routing_rule_change(&self, action: &str, source: &str, table: u32) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `parse_args` is never used
[INFO] [stdout]    --> src/cli/mod.rs:172:12
[INFO] [stdout]     |
[INFO] [stdout] 171 | impl Cli {
[INFO] [stdout]     | -------- associated function in this implementation
[INFO] [stdout] 172 |     pub fn parse_args() -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFAULT_CONFIG_PATH` is never used
[INFO] [stdout]   --> src/config/mod.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | const DEFAULT_CONFIG_PATH: &str = "/etc/netevd/netevd.yaml";
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `networkmanager` is never read
[INFO] [stdout]   --> src/config/mod.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub struct BackendsConfig {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 78 |     pub networkmanager: NetworkManagerConfig,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BackendsConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `tls` is never read
[INFO] [stdout]    --> src/config/mod.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 109 | pub struct ApiConfig {
[INFO] [stdout]     |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub tls: TlsConfig,
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ApiConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `enabled`, `cert_file`, and `key_file` are never read
[INFO] [stdout]    --> src/config/mod.rs:127:9
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub struct TlsConfig {
[INFO] [stdout]     |            --------- fields in this struct
[INFO] [stdout] 126 |     #[serde(default)]
[INFO] [stdout] 127 |     pub enabled: bool,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |     pub cert_file: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 |     pub key_file: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TlsConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `retention_days` is never read
[INFO] [stdout]    --> src/config/mod.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub struct AuditConfig {
[INFO] [stdout]     |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub retention_days: u32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AuditConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_interfaces` is never used
[INFO] [stdout]    --> src/config/mod.rs:216:12
[INFO] [stdout]     |
[INFO] [stdout] 214 | impl MonitoringConfig {
[INFO] [stdout]     | --------------------- method in this implementation
[INFO] [stdout] 215 |     /// Get interfaces as a vector
[INFO] [stdout] 216 |     pub fn get_interfaces(&self) -> Vec<String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `parse`, `get_links`, `get_routing_policy_links`, `should_monitor_link`, and `should_configure_routing_rules` are never used
[INFO] [stdout]    --> src/config/mod.rs:262:12
[INFO] [stdout]     |
[INFO] [stdout] 260 | impl Config {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] 261 |     /// Parse configuration from file and environment variables
[INFO] [stdout] 262 |     pub fn parse() -> Result<Self> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 |     pub fn get_links(&self) -> Vec<String> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 |     pub fn get_routing_policy_links(&self) -> Vec<String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 |     pub fn should_monitor_link(&self, link_name: &str) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 337 |     pub fn should_configure_routing_rules(&self, link_name: &str) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_yaml` and `get_scripts_for_event` are never used
[INFO] [stdout]   --> src/filters/mod.rs:74:12
[INFO] [stdout]    |
[INFO] [stdout] 67 | impl EventFilter {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 74 |     pub fn from_yaml(yaml: &str) -> Result<Self> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |     pub fn get_scripts_for_event(&self, event: &NetworkEvent) -> Vec<String> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SYSTEMD_NETIF_STATE` is never used
[INFO] [stdout]   --> src/listeners/networkd/api.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | const SYSTEMD_NETIF_STATE: &str = "/run/systemd/netif/state";
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ManagerState` is never constructed
[INFO] [stdout]   --> src/listeners/networkd/api.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct ManagerState {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_manager_state_file` is never used
[INFO] [stdout]    --> src/listeners/networkd/api.rs:102:8
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub fn parse_manager_state_file() -> Result<ManagerState> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/metrics/mod.rs:5:9
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct Metrics {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout]  5 |     pub registry: Registry,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  8 |     pub uptime_seconds: Gauge,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]  9 |     pub events_total: CounterVec,
[INFO] [stdout] 10 |     pub events_duration: HistogramVec,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub interfaces_total: Gauge,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub routing_rules_total: Gauge,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     pub routes_total: Gauge,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub script_executions_total: CounterVec,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     pub script_duration: HistogramVec,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 23 |     pub script_failures_total: CounterVec,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub dbus_calls_total: CounterVec,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 27 |     pub dbus_errors_total: Counter,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub netlink_messages_total: CounterVec,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 31 |     pub netlink_errors_total: Counter,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `gather` is never used
[INFO] [stdout]    --> src/metrics/mod.rs:170:12
[INFO] [stdout]     |
[INFO] [stdout]  34 | impl Metrics {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 170 |     pub fn gather(&self) -> String {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_global_metrics` is never used
[INFO] [stdout]    --> src/metrics/mod.rs:201:8
[INFO] [stdout]     |
[INFO] [stdout] 201 | pub fn get_global_metrics() -> Option<&'static MetricsHandle> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `ifindex`, `gateway`, and `table` are never read
[INFO] [stdout]   --> src/network/mod.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct RouteEntry {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 26 |     pub ifindex: u32,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 27 |     pub gateway: Option<IpAddr>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 28 |     pub table: u32,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RouteEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `remove_route`, `remove_routing_rules`, and `has_routing_rules` are never used
[INFO] [stdout]    --> src/network/mod.rs:90:12
[INFO] [stdout]     |
[INFO] [stdout]  48 | impl NetworkState {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  90 |     pub fn remove_route(&mut self, ifindex: u32, table: u32) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |     pub fn remove_routing_rules(&mut self, address: &IpAddr) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |     pub fn has_routing_rules(&self, address: &IpAddr) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add_ipv6_routing_rule` is never used
[INFO] [stdout]  --> src/network/ipv6.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub async fn add_ipv6_routing_rule(
[INFO] [stdout]   |              ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove_ipv6_routing_rule` is never used
[INFO] [stdout]   --> src/network/ipv6.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub async fn remove_ipv6_routing_rule(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add_ipv6_default_route` is never used
[INFO] [stdout]   --> src/network/ipv6.rs:43:14
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub async fn add_ipv6_default_route(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove_ipv6_default_route` is never used
[INFO] [stdout]   --> src/network/ipv6.rs:61:14
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub async fn remove_ipv6_default_route(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_link_local` is never used
[INFO] [stdout]   --> src/network/ipv6.rs:77:8
[INFO] [stdout]    |
[INFO] [stdout] 77 | pub fn is_link_local(addr: &Ipv6Addr) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_unique_local` is never used
[INFO] [stdout]   --> src/network/ipv6.rs:82:8
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub fn is_unique_local(addr: &Ipv6Addr) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_global_unicast` is never used
[INFO] [stdout]   --> src/network/ipv6.rs:87:8
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn is_global_unicast(addr: &Ipv6Addr) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `select_source_address` is never used
[INFO] [stdout]   --> src/network/ipv6.rs:96:8
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub fn select_source_address(addresses: &[Ipv6Addr]) -> Option<Ipv6Addr> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `has_capability` is never used
[INFO] [stdout]   --> src/system/capability.rs:64:8
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub fn has_capability(cap: Capability) -> Result<bool> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CONFIG_FILE` is never used
[INFO] [stdout]  --> src/system/paths.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const CONFIG_FILE: &str = "/etc/netevd/netevd.yaml";
[INFO] [stdout]   |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DHCLIENT_LEASE_PATH` is never used
[INFO] [stdout]  --> src/system/paths.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const DHCLIENT_LEASE_PATH: &str = "/var/lib/dhclient/dhclient.leases";
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SYSTEMD_NETIF_LINKS` is never used
[INFO] [stdout]   --> src/system/paths.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const SYSTEMD_NETIF_LINKS: &str = "/run/systemd/netif/links";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SYSTEMD_NETIF_STATE` is never used
[INFO] [stdout]   --> src/system/paths.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const SYSTEMD_NETIF_STATE: &str = "/run/systemd/netif/state";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/listeners/networkd/api.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     let mut state = LinkState {
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `log_script_execution`, `log_api_request`, `log_route_change`, and `log_routing_rule_change` are never used
[INFO] [stdout]    --> src/audit/mod.rs:139:12
[INFO] [stdout]     |
[INFO] [stdout]  50 | impl AuditLogger {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 139 |     pub fn log_script_execution(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 |     pub fn log_api_request(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 230 |     pub fn log_route_change(&self, action: &str, destination: &str, gateway: Option<String>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 |     pub fn log_routing_rule_change(&self, action: &str, source: &str, table: u32) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `parse_args` is never used
[INFO] [stdout]    --> src/cli/mod.rs:172:12
[INFO] [stdout]     |
[INFO] [stdout] 171 | impl Cli {
[INFO] [stdout]     | -------- associated function in this implementation
[INFO] [stdout] 172 |     pub fn parse_args() -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFAULT_CONFIG_PATH` is never used
[INFO] [stdout]   --> src/config/mod.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | const DEFAULT_CONFIG_PATH: &str = "/etc/netevd/netevd.yaml";
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `networkmanager` is never read
[INFO] [stdout]   --> src/config/mod.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub struct BackendsConfig {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 78 |     pub networkmanager: NetworkManagerConfig,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BackendsConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `tls` is never read
[INFO] [stdout]    --> src/config/mod.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 109 | pub struct ApiConfig {
[INFO] [stdout]     |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub tls: TlsConfig,
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ApiConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `enabled`, `cert_file`, and `key_file` are never read
[INFO] [stdout]    --> src/config/mod.rs:127:9
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub struct TlsConfig {
[INFO] [stdout]     |            --------- fields in this struct
[INFO] [stdout] 126 |     #[serde(default)]
[INFO] [stdout] 127 |     pub enabled: bool,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |     pub cert_file: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 |     pub key_file: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TlsConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `retention_days` is never read
[INFO] [stdout]    --> src/config/mod.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub struct AuditConfig {
[INFO] [stdout]     |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub retention_days: u32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AuditConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_interfaces` is never used
[INFO] [stdout]    --> src/config/mod.rs:216:12
[INFO] [stdout]     |
[INFO] [stdout] 214 | impl MonitoringConfig {
[INFO] [stdout]     | --------------------- method in this implementation
[INFO] [stdout] 215 |     /// Get interfaces as a vector
[INFO] [stdout] 216 |     pub fn get_interfaces(&self) -> Vec<String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `parse` is never used
[INFO] [stdout]    --> src/config/mod.rs:262:12
[INFO] [stdout]     |
[INFO] [stdout] 260 | impl Config {
[INFO] [stdout]     | ----------- associated function in this implementation
[INFO] [stdout] 261 |     /// Parse configuration from file and environment variables
[INFO] [stdout] 262 |     pub fn parse() -> Result<Self> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_scripts_for_event` is never used
[INFO] [stdout]   --> src/filters/mod.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 67 | impl EventFilter {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 95 |     pub fn get_scripts_for_event(&self, event: &NetworkEvent) -> Vec<String> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SYSTEMD_NETIF_STATE` is never used
[INFO] [stdout]   --> src/listeners/networkd/api.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | const SYSTEMD_NETIF_STATE: &str = "/run/systemd/netif/state";
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ManagerState` is never constructed
[INFO] [stdout]   --> src/listeners/networkd/api.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct ManagerState {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_manager_state_file` is never used
[INFO] [stdout]    --> src/listeners/networkd/api.rs:102:8
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub fn parse_manager_state_file() -> Result<ManagerState> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/metrics/mod.rs:5:9
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct Metrics {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout]  5 |     pub registry: Registry,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  8 |     pub uptime_seconds: Gauge,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]  9 |     pub events_total: CounterVec,
[INFO] [stdout] 10 |     pub events_duration: HistogramVec,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub interfaces_total: Gauge,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub routing_rules_total: Gauge,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     pub routes_total: Gauge,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub script_executions_total: CounterVec,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     pub script_duration: HistogramVec,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 23 |     pub script_failures_total: CounterVec,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub dbus_calls_total: CounterVec,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 27 |     pub dbus_errors_total: Counter,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub netlink_messages_total: CounterVec,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 31 |     pub netlink_errors_total: Counter,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `gather` is never used
[INFO] [stdout]    --> src/metrics/mod.rs:170:12
[INFO] [stdout]     |
[INFO] [stdout]  34 | impl Metrics {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 170 |     pub fn gather(&self) -> String {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_global_metrics` is never used
[INFO] [stdout]    --> src/metrics/mod.rs:201:8
[INFO] [stdout]     |
[INFO] [stdout] 201 | pub fn get_global_metrics() -> Option<&'static MetricsHandle> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `ifindex`, `gateway`, and `table` are never read
[INFO] [stdout]   --> src/network/mod.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct RouteEntry {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 26 |     pub ifindex: u32,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 27 |     pub gateway: Option<IpAddr>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 28 |     pub table: u32,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RouteEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add_ipv6_routing_rule` is never used
[INFO] [stdout]  --> src/network/ipv6.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub async fn add_ipv6_routing_rule(
[INFO] [stdout]   |              ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove_ipv6_routing_rule` is never used
[INFO] [stdout]   --> src/network/ipv6.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub async fn remove_ipv6_routing_rule(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add_ipv6_default_route` is never used
[INFO] [stdout]   --> src/network/ipv6.rs:43:14
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub async fn add_ipv6_default_route(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove_ipv6_default_route` is never used
[INFO] [stdout]   --> src/network/ipv6.rs:61:14
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub async fn remove_ipv6_default_route(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CONFIG_FILE` is never used
[INFO] [stdout]  --> src/system/paths.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const CONFIG_FILE: &str = "/etc/netevd/netevd.yaml";
[INFO] [stdout]   |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DHCLIENT_LEASE_PATH` is never used
[INFO] [stdout]  --> src/system/paths.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const DHCLIENT_LEASE_PATH: &str = "/var/lib/dhclient/dhclient.leases";
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SYSTEMD_NETIF_LINKS` is never used
[INFO] [stdout]   --> src/system/paths.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const SYSTEMD_NETIF_LINKS: &str = "/run/systemd/netif/links";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SYSTEMD_NETIF_STATE` is never used
[INFO] [stdout]   --> src/system/paths.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const SYSTEMD_NETIF_STATE: &str = "/run/systemd/netif/state";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "3db1e22c90dd1e7ac318b0bca90c1a439b614d1e247fc07541ebbabe09c427bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3db1e22c90dd1e7ac318b0bca90c1a439b614d1e247fc07541ebbabe09c427bf", kill_on_drop: false }`
[INFO] [stdout] 3db1e22c90dd1e7ac318b0bca90c1a439b614d1e247fc07541ebbabe09c427bf
